v1.6.0 Release Notes
Zadig v1.6.0 was released on November 5, 2021.
# Feature List
- Support global Helm Chart template library management
- Support global K8s YAML template library management
- Support global Dockerfile template library management
- Support batch import configuration for Helm deployment scenarios
- Support project global configuration of custom naming rules for deliverables
- Support batch import of host lists with group management
- Support service search and service orchestration for Helm deployment scenarios
- Support deliverable deployment in host scenarios
- Support different namespaces hosting the same service in managed project scenarios
# System Optimizations
- Support using commit id variables in build scripts
- Support displaying service ingress information in managed project scenarios
- Support configuration modifications in Helm deployment scenarios
- Several experience and interaction optimizations
# Bug Fixes
- Fixed error prompt message when deleting managed projects
- Fixed issue where Git version in Ubuntu 16.04 image doesn't support Pull Request builds
- Fixed issue with inaccurate service count display in Helm deployment scenarios
# Version Upgrade Process
Warning
- If already in production use, backup the database before upgrading
- Database backup command: mongodump -h IP --port PORT -u USERNAME -p PASSWORD -d DATABASE -o FILE_PATH
- Database restore command: mongorestore -h IP --port PORT -u USERNAME -p PASSWORD -d DATABASE --drop FILE_PATH
- If current system version < v1.3.1, please first upgrade to v1.3.1. For specific upgrade process, see v1.3.1 Upgrade Method, then follow the method below to upgrade to v1.6.0
If installed using
All in One Installation ModeandInstallation on Existing Kubernetes, both use scripts fromInstallation on Existing Kubernetesfor upgrade. You need to re-export parameters before executing upgrade scripts.If installed using
Helm Command Installation, execute the following steps to upgrade to v1.6.0:- Get helm values from zadig environment by executing the following command.
helm get values zadig -n zadig > zadig.yaml1Check the zadig.yaml file. If the yaml contains image information, it needs to be manually deleted.
- Execute the following command to upgrade.
helm upgrade -f zadig.yaml zadig koderover-chart/zadig --namespace zadig --version=1.6.01


